home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / dvips / RCS / paths.h,v < prev    next >
Encoding:
Text File  |  1990-04-09  |  893 b   |  46 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    shirriff:1.1; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.1
  10. date     90.03.01.12.49.44;  author shirriff;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @/*
  26.  *   OUTPATH is where to send the output.  If you want a .ps file to
  27.  *   be created by default, set this to "".  If you want to automatically
  28.  *   invoke a pipe (as in lpr), make the first character an exclamation
  29.  *   point or a vertical bar, and the remainder the command line to
  30.  *   execute.
  31.  */
  32. #define OUTPATH ""
  33. /*   (Actually OUTPATH will be overridden by an `o' line in config.ps.) */
  34. /*
  35.  *   Names of config and prologue files:
  36.  */
  37. #ifndef CONFIGFILE
  38. #define CONFIGFILE "config.ps"
  39. #endif
  40. #define HEADERFILE "tex.pro"
  41. #define CHEADERFILE "texc.pro"
  42. #define PSFONTHEADER "texps.pro"
  43. #define SPECIALHEADER "special.pro"
  44. #define PSMAPFILE "psfonts.map"
  45. @
  46.